Namespace - LJCGenDocDAL
Parameters
keyColumns - The record containing the key field values.
propertyNames - The included property names.
filters - The filter values.
joins - The join values.
Returns
The Data Object collection.
Syntax
C# |
public DocClasses Load(DbColumns keyColumns = null, List<String> propertyNames = null, DbFilters filters = null, DbJoins joins = null)
|
Retrieves a collection of Data Records.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.